diff options
Diffstat (limited to 'apps/web/app/api/[...nextauth]/route.ts')
| -rw-r--r-- | apps/web/app/api/[...nextauth]/route.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/web/app/api/[...nextauth]/route.ts b/apps/web/app/api/[...nextauth]/route.ts deleted file mode 100644 index e19cc16e..00000000 --- a/apps/web/app/api/[...nextauth]/route.ts +++ /dev/null @@ -1,2 +0,0 @@ -export { GET, POST } from "../../../server/auth"; -export const runtime = "edge"; |